home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / text / hyper / hsc_source.lha / source / ugly / test_prg.c < prev    next >
C/C++ Source or Header  |  1995-09-10  |  261b  |  15 lines

  1. /* test prginfo.c */
  2.  
  3. #include <stdio.h>
  4.  
  5. #include "types.h"
  6. #include "prginfo.h"
  7.  
  8. void main( void )
  9. {
  10.     set_prginfo( "my_prog", "Tommy-Saftwörx", 1, 3, 7,
  11.                  "just a program", "This is FreeWare!" );
  12.  
  13.     printf( "\nthis is my program\n\n" );
  14. }
  15.